home *** CD-ROM | disk | FTP | other *** search
/ The Sunday Times: The Month 2003 December / The Sunday Times - The Month 2003-12.iso / mac / The Month DEC 03 / engine / modules / text_audio.swf / scripts / DefineButton2_20 / BUTTONCONDACTION on(press).as
Text File  |  2003-08-19  |  86b  |  6 lines

  1. on(press){
  2.    _parent.snd.stop();
  3.    _parent.snd.start(0);
  4.    gotoAndStop(20);
  5. }
  6.